Charting for WinForms Programmer's Guide
StackRenderer.EnumVisibleStackRangesRelativeTo Method
See Also
 






Enumerates each series once providing a list of all visible points at each iteration.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected void EnumVisibleStackRangesRelativeTo (
    RenderContext context,
    Nullable<Double> origin,
    StackRenderer.ProcessStackRange process
)

Visual Basic  Copy Code

Protected Sub EnumVisibleStackRangesRelativeTo( _
    context As RenderContext, _
    origin As Nullable(Of Double), _
    process As StackRenderer.ProcessStackRange _
)

 Parameters

context

A RenderContext instance.

origin

A double value specifying axis origin.

process

A ProcessStackRange callback.

 See Also

StackRenderer Members
StackRenderer Class
MindFusion.Charting Namespace